getEnumValues

abstract fun getEnumValues(enumProperty: String): List<String>

Get all the possible values of an enum given an enum property.

Return

a list of the enum value names as string.

Parameters

enumProperty

the name of the property whose enum values should be queried.